Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug with MorphologicalRuleOrder.Linear for LT-21988 #279

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Conversation

jtmaxwell3
Copy link
Collaborator

@jtmaxwell3 jtmaxwell3 commented Dec 4, 2024

There was a bug in AnalysisStratumRule.Apply when the MorphologicalRuleOrder was Linear. It did not include the case where there were morphological rules but no templates. This did not match what SynthesisStratumRule.Apply was doing. I fixed the bug and extended a unit test to cover this case.


This change is Reviewable

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.16%. Comparing base (3b98936) to head (1e77851).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #279      +/-   ##
==========================================
+ Coverage   70.14%   70.16%   +0.02%     
==========================================
  Files         385      385              
  Lines       31962    31957       -5     
  Branches     4489     4488       -1     
==========================================
+ Hits        22420    22424       +4     
+ Misses       8499     8493       -6     
+ Partials     1043     1040       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@ddaspit ddaspit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @jtmaxwell3)

@ddaspit ddaspit merged commit 8319868 into master Dec 6, 2024
4 checks passed
@ddaspit ddaspit deleted the LT-21988a branch December 6, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants